TELValidate
Checks the fields in the telephone record to determine if the values conform with the capabilities of the telephone tool.
pascal Boolean TELValidate (TELHandle hTEL);
hTEL
- A handle to a telephone record for a telephone tool.
- function result
- A Boolean value that indicates whether the current telephone record settings are valid for a given telephone tool. If the settings are valid,
TELValidate
returnsfalse
and the configuration fields are unchanged. However, if the validation fails, andTELValidate
returnstrue,
the telephone tool callsTELDefault
to fill in the configuration record with the default values.DESCRIPTION
The Telephone Manager calls theTELValidate
function when it creates a new record (in response to a call toTELNew
orTELNewWithResult
) and when a telephone tool is configured. You can also call this function after restoring a saved configuration to verify that the telephone record contains valid settings for a telephone tool.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help